runtime.adjustinfo.delta (field)

7 uses

	runtime (current package)
		stack.go#L571: 	delta uintptr // ptr distance from old to new stack (newbase - oldbase)
		stack.go#L586: 		*pp = p + adjinfo.delta
		stack.go#L614: 	delta := adjinfo.delta
		stack.go#L849: 		newBot := oldBot + adjinfo.delta
		stack.go#L895: 	adjinfo.delta = new.hi - old.hi
		stack.go#L933: 		adjinfo.sghi += adjinfo.delta
		stack.go#L940: 	gp.stktopsp += adjinfo.delta